Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632542 Views

Latest files of /cody/solygambas/html-css-javascript-projects/057-parallax background svg

style.css cody/solygambas/html-css-javascript-projects/057-parallax background svg/style.css
137 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

* {
box-sizing: border-box;
}

body {
font-family: "Poppins", sans-serif;
index.html cody/solygambas/html-css-javascript-projects/057-parallax background svg/index.html
325 Views
0 Comments
<!-- Here's 1 Trick to EASILY Make An Awesome Looking Website by Gary Simon - DesignCourse (2021)
see: https://www.youtube.com/watch?v=7C6l2HG0fJg -->

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
script.js cody/solygambas/html-css-javascript-projects/057-parallax background svg/script.js
195 Views
0 Comments
const rellax = new Rellax(".rellax", {
speed: -2,
center: false,
wrapper: null,
round: true,
vertical: true,
horizontal: false,
});